home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 016a / clock200.zip / AUTOLARC.BAT < prev    next >
DOS Batch File  |  1991-12-13  |  776b  |  22 lines

  1. echo off
  2. cls
  3. echo The next step is to change to the drive and directory containing the
  4. echo software.  If you used the installation command suggested at the
  5. echo beginning of this install then type the following commands at a DOS 
  6. echo prompt.
  7. echo    c:
  8. echo    cd \utils
  9. echo If you installed the software to a different path these commands must
  10. echo be changed accordingly.
  11. echo ----
  12. echo To load the program type the following command.
  13. echo    clock
  14. echo A copyright screen will display briefly and then the shareware registra-
  15. echo tion screen.  
  16. echo ----
  17. echo To print the manual for this program type the following command.
  18. echo    print clmanual.doc
  19. echo The manual details the use of the program and how to configure the clock.
  20. echo ----
  21. pause
  22.